From: Chong Yidong Date: Mon, 19 Mar 2007 15:52:04 +0000 (+0000) Subject: (mouse-drag-track): Remove spurious input-pending-p test. Suggested X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1501 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=21f4a7560c909cca39dd9c53af7f7997ef1e900e;p=emacs.git (mouse-drag-track): Remove spurious input-pending-p test. Suggested by Johan Bockgård. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 94897f57e99..8e9d931c15c 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1052,7 +1052,6 @@ should only be used by mouse-drag-region." (not (eq mouse-1-click-follows-link 'double)) (= click-count 0) (= (event-click-count event) 1) - (not (input-pending-p)) (or (not (integerp mouse-1-click-follows-link)) (let ((t0 (posn-timestamp (event-start start-event))) (t1 (posn-timestamp (event-end event))))